用Material Design设计App谷歌官方文档翻译

转载请注明出处:http://blog.csdn.net/bbld_/article/details/40400031
翻译自:http://developer.android.com/training/material/index.html

前言
这篇文章是官方material design文档翻译的第一篇,关于material design需要了解的知识可以参阅这本中文版的译文电子书

Material design是一种跨平台的为了视觉、动作、交互设计的综合指南。要在你的Android应用中使用Material design,(你应该)遵循我们的(教程)指南中说明的Material
design设计规范
和有效的使用新的组件和功能在Android5.0API级别21)。
可以通过下面的几点去创建materialdesign的app。
l Material的主题
l 卡片和列表的控件
l 定制的阴影和view的剪接
l 矢量可绘制对象
l 自定义动画

课程
Getting Started [Android Material Design-Getting Started(入门)-(一)]
如何去使用materialdesign来更新你的app。
Using the Material Theme [Android Material Design-Using the Material Theme(使用Material主题)-(二)]

如何在你的app中使用material design的主题样式。
Creating Lists and Cards [Android Material Design-Creating Lists and Cards(创建列表和卡片)-(三)]
如何通过系统的控件去创建外观和感觉融合一致的列表和卡片(布局)。
Defining Shadows andClipping Views [Android Material Design-Defining Shadows
and Clipping Views(定义阴影和裁剪视图)-(四)]

如何为你的布局视图创建自定义的阴影和如何裁剪视图。
Working with Drawables [Android Material Design-Working with Drawables(使用Drawable)-(五)]

如何创建矢量可绘制对象,以及如何着色绘制资源。
Defining CustomAnimations [Android Material Design-Defining Custom Animations(自定义动画)-(六)]
如何创建自定义的动画和activity伴随共享元素的过渡。
Maintaining Compatibility [Android Material Design-Maintaining Compatibility(保持兼容性)-(七)]
如何去兼容Android5.0之前的版本。

Contents
,